Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1ComboBox<T> Class / SelectedItem Property

In This Topic
    SelectedItem Property (C1ComboBox<T>)
    In This Topic
    Gets or sets the current selected item.
    Syntax
    'Declaration
     
    
    Public Property SelectedItem As T
    public T SelectedItem {get; set;}
    See Also